home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / need_for.swf / scripts / DefineButton2_131 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  224b  |  10 lines

  1. on(press){
  2.    if(topTen.showing == false and topHundred.showing == false)
  3.    {
  4.       gotoAndPlay(3);
  5.       startGame.gotoAndStop(2);
  6.       welcomeScreen.gotoAndPlay(2);
  7.       startLight.gotoAndPlay("start");
  8.    }
  9. }
  10.